split

pure function split(delimiter: text): list<text>

Splits this text around matches of the given delimiter.

Since

0.6.0

Parameters

delimiter

The delimiter to split the text by.